home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / rbbs / rbbs_mpl.zip / WHATS.NEW < prev   
Text File  |  1992-06-28  |  11KB  |  296 lines

  1. Here is the latest update for the Maple code, as of 06/21/92
  2.  
  3. !!!  To BE applied to STOCK RBBS 17.4 code !!!
  4.  
  5. Added SmartText to Pui's Per Scott McNay
  6. SM091926 Allow multi-line PUI prompts.  If using this mod, the PUI
  7.    files MUST be modified so that the prompts have quotes around them.
  8.  
  9.  
  10. SM091927  Allow SmartText in prompts.  Any menu prompt that the SysOp
  11.    can redefine can now have SmartText in it.
  12.  
  13. Added Dan's COLR mods, did Modify them slightly (this seems to be a habit
  14.       I can't shake)
  15. Quoted from Dan's Docs:
  16.  
  17. This mod was originally inspired by Richie Molinelli, who distributed
  18. "COLR173C.ZIP".  Richie's mod allowed for 4 extra smart text colors.
  19. This mod allows for 11 extra colors and is nearly the same.  The big
  20. difference is the smart text sub - I ran out of line number lables, so
  21. you will see a lot of IF statements to handle to smart text colors instead
  22. of different line number lables.
  23.  
  24. The actual lines for the mod are commented as "DD061303/COLR"
  25. Added DD061303 to areas I modified (Pete Eibl)
  26.  
  27. -no intent on 'stealing code' from Richie - this is just the way I mod My
  28.  version of RBBS to keep track of what's happening and update my version
  29.  of RBBS with all my mods.
  30. -this is an unofficial mod by me - when RBBS 17.4 becomes public, then I will
  31.  make a COLR174x distribution package, but until then, this mod is a floater.
  32.  
  33. Added Colors are:
  34.       Foreground      Background
  35. {C5 - Bright Blue     Black
  36. {C6 - Bright Magenta  Black    * this color is a default on RBBS, but not on
  37.                                  mine
  38. {C7 - Yellow          Blue
  39. {C8 - Yellow          Green
  40. {C9 - Yellow          Red
  41. {CA - Yellow          Magenta
  42. {CB - White           Blue
  43. {CC - White           Green
  44. {CD - White           Red
  45. {CE - White           Magenta
  46. {CF - Bright Cyan     Blue
  47.  
  48. NOTE: Always add {C0 to the end of lines that have non-black backgrounds!
  49.  
  50. Dan Drinnon
  51. The Cellar Door
  52. 505-763-1795 9600 v32
  53. (8:903/2)
  54.  
  55.  
  56. corrected bug in Compressed File extension searches, everthing should
  57. work fine now when searching for any Compressed file extension listed in
  58. Config.....
  59.  
  60.  
  61.  
  62. Added Eddie Rowe's DOORSYS mod so RBBS will also create the DOOR.SYS file
  63.  
  64. If you do NOT wish to use the DOORSys mod just Substitute the RBBSSUB6.STB 
  65. file in place of the RBBSSUB6.BAS file
  66.  
  67. Eddie's DOORSys Docs below
  68.  
  69. DOOR.SYS is rapidly becoming a UNIFORM standard for ALL BBSs.  RBBS-PC
  70. needs to support this standard, hence this modification.
  71.  
  72. Dan Drinnon did some original merges, but I was not aware of them when I
  73. first took a stab at it.  We've shared notes and as of this date these
  74. are the most accurate - the creator of DOOR.SYS says that if the BBS is
  75. not capable of supporting the field that we should not use bogus info
  76. which is what Dan did. (PLEASE DO NOT read anything into this....my goal
  77. is to get this done right!)
  78.  
  79. Dan is working on having RBBS read back in DOOR.SYS values after a shell
  80. as other packages do. (Not every field is reread....just the important ones.)
  81. I look forward to when he gets this finished up as we can then brow beat
  82. RBBS utility authors to use it like! 8-)
  83.  
  84. If you have any problems PLEASE LET ME KNOW!  I am running DOOR.SYS on about
  85. half of my doors and could NOT imagine playing some without it.
  86.  
  87.  
  88. STEPS to implement DOOR.SYS:
  89.  
  90. 1.  If you run Multinode and toss everything for the different nodes into
  91. one monster subdirectory...BEWARE!  This merge will put the DOOR.SYS in
  92. whatever subdirectory you use for that node's work files - I *think* as I
  93. only run one node.  There is no such thing as DOOR1.SYS, DOOR2.SYS, etc.
  94. The node information is in the DOOR.SYS itself so you may need to work
  95. magic on your setup PRIOR to putting DOOR.SYS into action for your doors.
  96.  
  97. 3.  Add the RBBSSUB6.BAS to whatever batch file you use to create a new copy
  98. or RBBS or RBBSSUB6.STB if you do NOT wish to use this feature
  99.  
  100. 4.  Add the RBBSSUB6 to your .DAT file used for linking when you create a new
  101. copy of RBBS 
  102.  
  103. If you would like to contact me, fell free.  I hang out in the MAPLE echo
  104. of course and can be found at 1:19/124@fidonet.org and 8:975/6.
  105.  
  106. Eddie Rowe
  107.  
  108. Retooling RBBS-PC...
  109.  
  110.  
  111. 0601 changes
  112.  
  113. Ken G is still running the 0422 code so it may be that we will see
  114. a Stock release comming pretty soon !! 
  115.  
  116. Added the SmartText support in a message header again, for those of you
  117. who liked the idea  Message can be addresed to {FN {LN also retained the
  118. message to NEWUSER added in 0511 code... Also SmatText IS supported in the
  119. Message Text incase you missed this one ( I forgot to mention it)
  120. it WILL NOT work in an OFFLINE message reader.
  121.  
  122. Fixed bug with Sysop Page not beeping and displaying Dots....
  123.  
  124. Fixed problem with ZIP files being Searched for twice on a download
  125.  
  126. Fixed K)ill prompt beibg displayed to ALL users even though the message
  127. could NOT be killed
  128.  
  129. Fixed Spelling/Grammer error in CheckRatio Sub (Eddie Rowe)
  130.  
  131. Added Baud Rate in R)eview User Preferences and Sysops Pg Up display
  132.  
  133. !!!! Changes to CONFIG !!!!
  134.  
  135. Parameter 60 is now used to add the Users name in the FMS dir on an Upload
  136. Default is NOT to add the users name   if Parameter 60 is set to any number
  137. greater the 0 Users name will be written to the Fms dir   
  138.  
  139. Config will display <NONE> for 0 and the names of the VOICE card if you have it
  140. set to 1 or 2  Voice card support has been removed from the Maple code and
  141. decided to use this parameter for the FMS stuff...CONFIG from STOCK 17.4 will
  142. still work with the Maple and Maple Config will still work with Stock 17.4
  143. althoug the "TEXT" has been slightly modified.
  144.  
  145.  
  146.  
  147.   !!!!!!!!!!!!!!!!
  148. Changed the Location of the NOTHANX.DEF file  this file now goes were
  149. all the DIR files go (FMS stuff)....  Thanks to Eddie Rowe for the suggestion
  150.  
  151. X2ZIP?.LST (? = Node Number) also goes in the "DIR" subdir
  152.  
  153. Here is An example of the X2Zip1.LST file I use
  154.  
  155. NO               ' If YES will ask ALL users if they want to Convert the files
  156.                  ' Don't Convert files with NO extension
  157. .GIF             ' Don't touch GIF files
  158. .EXE             'Leave EXE alone also
  159. .SDS             'Don't Convert SDS files
  160.  
  161. be sure to have the "." in extensions you do NOT want converted
  162.  
  163. If the File is NOT found ALL files will be Converted IF a CXXXYYY.BAT
  164. files exists. If you are using the T???.BAT files this routine and the
  165. Convet routiens are skipped... you can only use the Txxx.BAT files
  166. or the Cxxxyyy.bat files Both will NOT work  even in Stock RBBS
  167.  
  168. (PS haven't figured out a way to convert files with NO extensions 
  169.  without Hard coding the stuff)
  170.  
  171. any extension found in the X2Zip?.LST file will overide the Convert Routiens
  172. but NOT the Test routines
  173.  
  174.  
  175. NOTHANX.MSG is to be put in the Subdir were the HELP files go
  176.  
  177. added some error checking in the TSTAT routines....
  178.  
  179. have again include the AUTOOFF.MNU and LOGOFF.MNU files for those
  180. who do NOT update to Maple code evertime I release a new MRG
  181. Also include are the RCHAT300 and ANSIed.BAS/STB files for the same reason
  182.  
  183.  
  184. I think thats it for this release...Holler if any bugs are found or if
  185. I forgot to mention something and you discover it....
  186.  
  187.  
  188. < 0511 changes >
  189. rearranged code so it will run under Qb45
  190.  
  191.  
  192. Message can now tbe left to NEWUSER and when a newuser logs on the BBS
  193. they will be notified of mailwaiting can be privet or public,
  194.  
  195. problem were NEWUSER can kill the mail has been fixed....the user will get
  196. K)ill prompt but no action will be taken....this is only half the fix, should
  197. have it corrected by the next release
  198.  
  199. Smart text has been removed from the message header....as in 0501-mpl
  200. and replace by the msg to NEWUSER
  201.  
  202.  
  203. 04/29/92
  204.  
  205. Fixes have been added from Stock RBBS 17.4  dated 0422
  206. incase you want the files it is available as 0422-mrg.zip 
  207. please do not distribute to anyone NOT in the MAPLE echo 
  208.  
  209.  
  210. have added Logoff menues to the AutoLogoff function and the G)oodby
  211. have included 2 sample MNU files please places these in your RBBS HELP 
  212. subdir  these files support SmartText so did NOT code it for Graphics versions
  213.  
  214. filenames are hardcoded as AUTOOFF.MNU and LOGOFF.MNU 
  215.  
  216. thanks to Mike Otto (hope I spelled this right) for the ideas
  217.  
  218.  
  219. Support has been added to create the DRST?.DEF file when Shelling to
  220. a DOOR  this corrects doors such as TQM that use the DRST file for
  221. whatever reason and you decide to Shell instead of DOOR (liek I do)
  222.  
  223. HINT:  Shroom doe NOT swap RBBS when Shelling to a BAT file so to
  224. bypass this problem I have found that if you compile the BAT file
  225. into a COM file (with one of the PD utils that du this) it works
  226. great                                          ^^ < i like it >
  227.  
  228.  
  229. FileName is Now displayed on the transfer Stats mod when using the Xfer-?.DEF
  230. files in your Protocols... there is one recommended change needed to your
  231. RBBS?.BAT file  just for insurance
  232. add the line if Exists C:\RBBS\XFER-1.DEF  DEL C:\RBBS\Xfer-1.DEF to your
  233. BAT file tha calls RBBS  here is a sample of my RBBS1.BAT file
  234.  
  235. If exist C:\C3\Xfer-1.def Del C:\c3\xfer-1.def
  236. set node=1
  237. :Loop
  238. c:
  239. cd\c3
  240. if exist rbbs1f1.def del rbbs1f1.def
  241. if exist rctty1.bat  del rctty1.bat
  242. shroom -p -s I:\ rbbs-pc.exe 1 rbbs1pc.def /%1 /%2 /%3 %4
  243. if not exist rctty1.bat goto EXIT
  244. RCTTY.BAT
  245. GOTO LOOP
  246.  
  247. :Exit
  248. rem if exist c:\c3\toss1.log goto SendMail
  249. Goto Start
  250.  
  251. :SendMail
  252. rem call c:\binkley1\smlscan.bat
  253.  
  254. :Start
  255. c:
  256. cd \binkley1
  257. binkley1
  258.  
  259.  
  260. this addition to the BAT file will prevent RBBS from crashing with
  261. an illegal Function call in RBBSSUB5 if the Xfer-?.Def file is already
  262. present for some unkown reason and the Stats routine poops out
  263.  
  264.  
  265. Support has been added to search all extensions specified in config
  266. if the deafult extension is not found  this feature has been added to the
  267. D)ownload command and the V)iew command
  268.  
  269.  
  270.  
  271. Have located  a problem when running PUI'S and a user Stacks commands
  272. on log in to the Main board.  this problem has been reported by a few 
  273. Maple users and up until now have NOT been able to duplicate it
  274.  
  275.  
  276. Problem:  User Stacks commands on login eg FistName LastName Passwrd  M R N S
  277.  
  278. rbbs would NOT load the Pui's and default to the regular menus
  279. leaving the user with menus that do NOT match the commands availble
  280.  
  281. have corrected the part of the problem and PUI's are now loaded correctly
  282. problem still reamains that staced commands are NOT executed properly
  283. this also occures in STOCK RBBS 17.4 /0422 and have sent report to Ken since I
  284. cannot locate the areas in Question...( and I call myself a programer!)
  285.  
  286. This usually does NOT occure if TurboLogin is active
  287.  
  288. EG FistName LastName Passwrd ! M R N S works ok  
  289.  
  290.  
  291. thats it for this release  Enjoy and behave !!!!
  292.  
  293.  
  294. Pete Eibl
  295.  
  296.